home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / pycentral-data / pycentral.mk next >
Encoding:
Text File  |  2010-09-14  |  272 b   |  7 lines

  1. # some macros useful for packaging with pycentral
  2.  
  3. # sitedir: name of the site-packages/dist-packages directory depending on the
  4. # python version. Call as: $(call sitedir, <python version>).
  5.  
  6. sitedir = $(if $(filter $(subst python,,$(1)), 2.3 2.4 2.5),site,dist)-packages
  7.